home *** CD-ROM | disk | FTP | other *** search
/ PC Open 96 / PC Open 96 CD1.bin / grafica / PowerBatch / pb_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-04-29  |  2.2 KB  |  45 lines

  1. ;InnoSetupVersion=4.0.11
  2. [Setup]
  3. AppName=UniDream Power Batch
  4. AppVerName=UniDream Power Batch
  5. AppId=UniDream Power Batch
  6. AppPublisher=PhotoWatermark.COM
  7. AppPublisherURL=http://www.unidreamtech.com
  8. AppSupportURL=http://www.unidreamtech.com
  9. AppUpdatesURL=http://www.unidreamtech.com
  10. DefaultDirName={pf}\UniDream\Power Batch
  11. DefaultGroupName=UniDream Power Batch
  12. OutputBaseFilename=pb_setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\PowerBatch.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\PowerBatch.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\PowerBatch.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{fonts}\UnidreamLED.ttf"; DestDir: "{fonts}"; Flags: uninsneveruninstall onlyifdoesntexist 
  23. [INI]
  24. FileName: "{app}\PowerBatch.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.unidreamtech.com"; 
  25. [Run]
  26. Filename: "{app}\PowerBatch.exe"; Description: "Launch UniDream Power Batch"; Flags: postinstall skipifsilent nowait
  27. [Icons]
  28. Name: "{group}\UniDream Power Batch"; Filename: "{app}\PowerBatch.exe"; 
  29. Name: "{group}\Uninstall UniDream Power Batch"; Filename: "{uninstallexe}"; 
  30. Name: "{group}\UniDream Power Batch on the Web"; Filename: "{app}\PowerBatch.url"; 
  31. Name: "{commondesktop}\UniDream Power Batch"; Filename: "{app}\PowerBatch.exe"; Tasks: desktopicon; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\UniDream Power Batch"; Filename: "{app}\PowerBatch.exe"; Tasks: quicklaunchicon; 
  33. [Tasks]
  34. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  35. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  36. [InstallDelete]
  37. Type: files; Name: "{app}\PowerBatch.ini"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\PowerBatch.url"; 
  40. Type: files; Name: "{app}\PowerBatch.gid"; 
  41. [Languages]
  42. ; These files are stubs
  43. ; To achieve better results after recompilation, use the real language files
  44. Name: "default"; MessagesFile: "embedded\default.isl"; 
  45.